/* ==========================================================
CASES PAGE - HERO
NEXAFLOW ANALYTICS
========================================================== */


/* =========================
HERO CASES
========================= */


.cases-hero{

padding-top:120px;
padding-bottom:100px;

background:

radial-gradient(circle at top right, rgba(0,194,255,.12), transparent 35%),

linear-gradient(
180deg,
#FFFFFF 0%,
#F7F9FC 100%
);

}



.cases-hero .hero-grid{

display:grid;

grid-template-columns:

1fr 1fr;

align-items:center;

gap:70px;

}




.cases-hero .hero-content h1{

font-family:Montserrat,sans-serif;

font-size:clamp(38px,5vw,60px);

font-weight:800;

line-height:1.15;

color:#0A1A2F;

margin:25px 0;

}




.cases-hero .hero-content p{

font-family:Inter,sans-serif;

font-size:18px;

line-height:1.8;

color:#555;

margin-bottom:20px;

max-width:650px;

}



.hero-buttons{

display:flex;

gap:20px;

margin-top:40px;

flex-wrap:wrap;

}




/* =========================
ELEMENTO VISUAL ANALYTICS
========================= */


.hero-visual{

display:flex;

justify-content:center;

align-items:center;

}




.analytics-card{

width:430px;

background:

linear-gradient(
145deg,
#0A1A2F,
#132B4A
);

border-radius:30px;

padding:30px;

box-shadow:

0 30px 80px rgba(10,26,47,.25);

position:relative;

overflow:hidden;

}




.analytics-card::after{

content:"";

position:absolute;

width:250px;

height:250px;

background:#00C2FF;

opacity:.12;

border-radius:50%;

right:-80px;

bottom:-80px;

}




.analytics-header{

display:flex;

gap:8px;

margin-bottom:30px;

}



.analytics-header span{

width:12px;

height:12px;

border-radius:50%;

background:#FFFFFF;

opacity:.6;

}



.analytics-title{

font-family:Montserrat,sans-serif;

font-size:22px;

font-weight:700;

color:#FFFFFF;

margin-bottom:35px;

}




.analytics-chart{

height:180px;

display:flex;

align-items:flex-end;

justify-content:center;

gap:20px;

}




.bar{

width:45px;

border-radius:10px 10px 0 0;

background:#00C2FF;

}




.bar-1{

height:60px;

}



.bar-2{

height:110px;

}



.bar-3{

height:150px;

}



.bar-4{

height:90px;

}




.analytics-footer{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:15px;

margin-top:35px;

}




.analytics-footer div{

background:rgba(255,255,255,.08);

padding:15px;

border-radius:15px;

text-align:center;

}




.analytics-footer span{

font-family:Montserrat,sans-serif;

font-size:22px;

font-weight:700;

color:#00C2FF;

}



.analytics-footer p{

font-size:12px;

color:#FFFFFF;

margin:5px 0 0;

}



/* =========================
TABLET
========================= */


@media(max-width:992px){



.cases-hero{

padding-top:90px;

}



.cases-hero .hero-grid{

grid-template-columns:1fr;

text-align:center;

gap:50px;

}



.cases-hero .hero-content p{

margin-left:auto;

margin-right:auto;

}



.hero-buttons{

justify-content:center;

}



.analytics-card{

width:380px;

}



}





/* =========================
MOBILE
========================= */


@media(max-width:600px){



.cases-hero{

padding-top:70px;

padding-bottom:70px;

}



.cases-hero .hero-content h1{

font-size:34px;

}



.cases-hero .hero-content p{

font-size:16px;

}



.hero-buttons{

flex-direction:column;

}



.hero-buttons .btn{

width:100%;

}



.analytics-card{

width:100%;

padding:25px;

}



.analytics-chart{

height:130px;

gap:12px;

}



.bar{

width:30px;

}



.analytics-footer{

grid-template-columns:1fr;

}



}



/* ==========================================================
CASES PAGE - INTRODUÇÃO + TIMELINE
NEXAFLOW ANALYTICS
========================================================== */


/* =========================
INTRODUÇÃO
========================= */

.cases-introduction{

padding-top:80px;
padding-bottom:40px;

}


.section-header{

max-width:850px;
margin:0 auto;
text-align:center;

}


.section-header h2{

font-family:Montserrat, sans-serif;
font-weight:700;
color:#0A1A2F;
margin:25px 0;

}


.section-header p{

font-family:Inter, sans-serif;
font-size:18px;
line-height:1.8;
color:#555;
margin-bottom:15px;

}




/* =========================
TIMELINE
========================= */


.timeline-section{

background:#F7F9FC;
padding:100px 0;

}



.career-timeline{

position:relative;
max-width:1000px;
margin:70px auto 0;

}



/* Linha central */

.career-timeline::before{

content:"";

position:absolute;

left:50%;

top:0;

bottom:0;

width:2px;

background:#00C2FF;

transform:translateX(-50%);

opacity:.35;

}




/* ITEM */

.timeline-item{

display:flex;

justify-content:flex-start;

width:100%;

margin-bottom:60px;

position:relative;

}



/* Alternância */

.timeline-item:nth-child(even){

justify-content:flex-end;

}




/* Ano */

.timeline-year{

width:160px;

font-family:Montserrat,sans-serif;

font-size:24px;

font-weight:700;

color:#00C2FF;

padding-top:25px;

text-align:center;

}




/* Card */

.timeline-card{

width:420px;

background:#FFFFFF;

padding:35px;

border-radius:24px;

box-shadow:0 20px 50px rgba(10,26,47,.08);

position:relative;

transition:.3s ease;

}



.timeline-card:hover{

transform:translateY(-8px);

box-shadow:0 25px 60px rgba(10,26,47,.14);

}



.timeline-card::before{

content:"";

position:absolute;

top:32px;

width:14px;

height:14px;

border-radius:50%;

background:#00C2FF;

}



/* Bolinha esquerda */

.timeline-item:nth-child(odd) .timeline-card::before{

left:-47px;

}



/* Bolinha direita */

.timeline-item:nth-child(even) .timeline-card::before{

right:-47px;

}



.timeline-card h3{

font-family:Montserrat,sans-serif;

font-size:28px;

color:#0A1A2F;

margin-bottom:10px;

}



.timeline-card h4{

font-family:Inter,sans-serif;

font-size:16px;

font-weight:600;

color:#00C2FF;

margin-bottom:10px;

}



.timeline-location{

display:block;

font-size:14px;

color:#777;

margin-bottom:20px;

}



.timeline-card p{

font-family:Inter,sans-serif;

font-size:16px;

line-height:1.8;

color:#555;

}



/* Tags tecnologias */


.timeline-tags{

display:flex;

flex-wrap:wrap;

gap:10px;

margin-top:25px;

}



.timeline-tags span{

background:#EAF8FF;

color:#0A1A2F;

padding:7px 14px;

border-radius:50px;

font-size:13px;

font-weight:600;

}



/* =========================
TABLET
========================= */


@media(max-width:992px){


.career-timeline::before{

left:20px;

}


.timeline-item,
.timeline-item:nth-child(even){

justify-content:flex-start;

padding-left:55px;

}



.timeline-year{

position:absolute;

left:0;

top:0;

width:auto;

font-size:18px;

text-align:left;

}



.timeline-card{

width:100%;

margin-top:45px;

}



.timeline-item:nth-child(odd) .timeline-card::before,
.timeline-item:nth-child(even) .timeline-card::before{

left:-42px;

right:auto;

}


}





/* =========================
MOBILE
========================= */


@media(max-width:600px){



.cases-introduction{

padding-top:50px;

}



.section-header p{

font-size:16px;

line-height:1.7;

}



.timeline-section{

padding:60px 0;

}



.career-timeline{

margin-top:45px;

}



.timeline-card{

padding:25px;

border-radius:18px;

}



.timeline-card h3{

font-size:24px;

}



.timeline-card p{

font-size:15px;

}



.timeline-tags span{

font-size:12px;

padding:6px 12px;

}



}

/* ==========================================================
CASE DETAIL
========================================================== */


.case-detail{

padding:100px 0;

}



.case-header{

text-align:center;

max-width:850px;

margin:0 auto 70px;

}



.case-header h2{

font-family:Montserrat,sans-serif;

font-size:clamp(30px,4vw,45px);

color:#0A1A2F;

margin:25px 0 15px;

}



.case-header p{

font-size:18px;

color:#00C2FF;

font-weight:600;

}





.case-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:30px;

margin-bottom:50px;

}



.case-box{

background:#FFFFFF;

padding:35px;

border-radius:24px;

box-shadow:0 15px 40px rgba(10,26,47,.08);

}



.case-box h3,
.case-solution h3,
.case-deliveries h3,
.case-technologies h3{

font-family:Montserrat,sans-serif;

color:#0A1A2F;

margin-bottom:20px;

}



.case-box p{

font-size:16px;

line-height:1.8;

color:#555;

}





.case-solution{

margin-bottom:50px;

}



.solution-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:25px;

}



.solution-item{

background:#F7F9FC;

padding:30px;

border-radius:20px;

}



.solution-item h4{

font-family:Montserrat;

color:#0A1A2F;

margin-bottom:15px;

}



.solution-item p{

font-size:15px;

line-height:1.7;

color:#555;

}





.case-deliveries{

background:#0A1A2F;

padding:45px;

border-radius:28px;

margin-bottom:50px;

}



.case-deliveries h3{

color:#FFFFFF;

}



.case-deliveries ul{

padding-left:20px;

}



.case-deliveries li{

color:#FFFFFF;

margin-bottom:15px;

line-height:1.7;

}





.technology-tags{

display:flex;

flex-wrap:wrap;

gap:12px;

}



.technology-tags span{

background:#EAF8FF;

padding:10px 18px;

border-radius:50px;

font-size:14px;

font-weight:600;

color:#0A1A2F;

}




@media(max-width:992px){


.case-grid{

grid-template-columns:1fr;

}



.solution-grid{

grid-template-columns:repeat(2,1fr);

}


}




@media(max-width:600px){


.case-detail{

padding:70px 0;

}



.case-box,
.solution-item,
.case-deliveries{

padding:25px;

}



.solution-grid{

grid-template-columns:1fr;

}



.case-deliveries{

border-radius:20px;

}



}



/* ==========================================================
CASE BRADESCO - TRANSFORMAÇÃO
========================================================== */


.case-highlight{

display:grid;

grid-template-columns:1fr auto 1fr;

align-items:center;

gap:35px;

background:#F7F9FC;

padding:45px;

border-radius:28px;

margin-bottom:50px;

}



.case-highlight div:not(.arrow){

background:#FFFFFF;

padding:30px;

border-radius:20px;

}



.case-highlight span{

font-size:13px;

font-weight:700;

color:#00C2FF;

}



.case-highlight h3{

font-family:Montserrat;

color:#0A1A2F;

margin:15px 0;

}



.case-highlight p{

color:#555;

line-height:1.7;

}



.arrow{

font-size:45px;

font-weight:bold;

color:#00C2FF;

}





@media(max-width:768px){


.case-highlight{

grid-template-columns:1fr;

text-align:center;

padding:25px;

}



.arrow{

transform:rotate(90deg);

font-size:35px;

}



}



/* ==========================================================
CASE ENERGISA - PILARES
========================================================== */


.case-pillars{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:25px;

margin:50px 0;

}



.pillar-card{

background:#FFFFFF;

padding:35px;

border-radius:24px;

box-shadow:0 15px 40px rgba(10,26,47,.08);

transition:.3s ease;

}



.pillar-card:hover{

transform:translateY(-8px);

}



.pillar-icon{

width:55px;

height:55px;

border-radius:50%;

background:#0A1A2F;

color:#00C2FF;

display:flex;

align-items:center;

justify-content:center;

font-family:Montserrat;

font-weight:700;

margin-bottom:25px;

}



.pillar-card h3{

font-family:Montserrat;

color:#0A1A2F;

margin-bottom:15px;

}



.pillar-card p{

color:#555;

line-height:1.7;

}





@media(max-width:992px){


.case-pillars{

grid-template-columns:1fr;

}



}


/* ==========================================================
CASE PIXEON - ARQUITETURA
========================================================== */


.case-featured{

background:

linear-gradient(
180deg,
#FFFFFF,
#F7F9FC
);

}





.architecture-flow{

display:grid;

grid-template-columns:1fr auto 1fr auto 1fr;

align-items:center;

gap:25px;

background:#0A1A2F;

padding:45px;

border-radius:30px;

margin:50px 0;

}




.architecture-item{

background:rgba(255,255,255,.08);

padding:30px;

border-radius:20px;

text-align:center;

}



.architecture-item span{

display:flex;

width:45px;

height:45px;

margin:0 auto 20px;

align-items:center;

justify-content:center;

background:#00C2FF;

color:#0A1A2F;

font-weight:700;

border-radius:50%;

}



.architecture-item h4{

font-family:Montserrat;

color:#FFFFFF;

margin-bottom:15px;

}



.architecture-item p{

color:#FFFFFF;

opacity:.8;

line-height:1.6;

}



.flow-arrow{

font-size:40px;

color:#00C2FF;

font-weight:bold;

}





@media(max-width:992px){


.architecture-flow{

grid-template-columns:1fr;

}



.flow-arrow{

transform:rotate(90deg);

text-align:center;

}



}


/* ==========================================================
TECNOLOGIAS
========================================================== */


.technologies-section{

background:#F7F9FC;

}



.tech-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:25px;

margin-top:60px;

}



.tech-card{

background:#FFFFFF;

padding:35px;

border-radius:24px;

box-shadow:0 15px 40px rgba(10,26,47,.07);

}



.tech-card h3{

font-family:Montserrat;

color:#0A1A2F;

font-size:20px;

margin-bottom:25px;

}







/* ==========================================================
COMPETÊNCIAS
========================================================== */


.skills-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:25px;

margin-top:50px;

}



.skill-card{

background:#FFFFFF;

padding:35px;

border-radius:22px;

border:1px solid #E6E6E6;

transition:.3s;

}



.skill-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 45px rgba(10,26,47,.10);

}



.skill-card h3{

font-family:Montserrat;

color:#0A1A2F;

margin-bottom:15px;

}



.skill-card p{

color:#555;

line-height:1.7;

}






/* ==========================================================
INDICADORES
========================================================== */


.metrics-section{

padding:80px 0;

}



.metrics-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:25px;

}



.metric-card{

background:#0A1A2F;

padding:40px 25px;

border-radius:25px;

text-align:center;

}



.metric-card strong{

display:block;

font-family:Montserrat;

font-size:45px;

color:#00C2FF;

margin-bottom:15px;

}



.metric-card span{

color:#FFFFFF;

line-height:1.5;

}




/* ==========================================================
RESPONSIVO
========================================================== */


@media(max-width:992px){


.tech-grid{

grid-template-columns:repeat(2,1fr);

}


.skills-grid{

grid-template-columns:repeat(2,1fr);

}


.metrics-grid{

grid-template-columns:repeat(2,1fr);

}


}





@media(max-width:600px){


.tech-grid,
.skills-grid,
.metrics-grid{

grid-template-columns:1fr;

}



.tech-card,
.skill-card{

padding:25px;

}



.metric-card strong{

font-size:36px;

}


}


/* ==========================================================
CTA CASES
========================================================== */


.cases-cta{

padding:100px 0;

background:

linear-gradient(
135deg,
#0A1A2F,
#102B4A
);

text-align:center;

}



.cta-content{

max-width:850px;

margin:auto;

}



.cta-content h2{

font-family:Montserrat;

font-size:clamp(32px,4vw,48px);

color:#FFFFFF;

margin:25px 0;

}



.cta-content p{

font-family:Inter;

font-size:18px;

line-height:1.8;

color:#FFFFFF;

opacity:.85;

margin-bottom:40px;

}








/* ==========================================================
FOOTER
========================================================== */


.footer{

background:#071321;

padding-top:70px;

color:#FFFFFF;

}



.footer-grid{

display:grid;

grid-template-columns:2fr 1fr 1fr;

gap:50px;

}



.footer-brand .logo{

font-family:Montserrat;

font-size:32px;

font-weight:700;

color:#FFFFFF;

}



.footer-brand .logo span{

color:#00C2FF;

}



.footer-brand p{

margin-top:20px;

line-height:1.7;

color:#BFC7D1;

}



.footer-links,
.footer-contact{

display:flex;

flex-direction:column;

gap:15px;

}



.footer h3{

font-family:Montserrat;

font-size:18px;

margin-bottom:15px;

}



.footer a{

color:#BFC7D1;

text-decoration:none;

transition:.3s;

}



.footer a:hover{

color:#00C2FF;

}



.footer-contact p{

color:#BFC7D1;

margin:0;

}




.footer-bottom{

margin-top:60px;

border-top:1px solid rgba(255,255,255,.1);

padding:25px 0;

text-align:center;

}



.footer-bottom p{

font-size:14px;

color:#9AA5B1;

}





/* ==========================================================
RESPONSIVO FINAL
========================================================== */


@media(max-width:900px){


.footer-grid{

grid-template-columns:1fr;

text-align:center;

}


.footer-links,
.footer-contact{

align-items:center;

}



}



@media(max-width:600px){


.cases-cta{

padding:70px 20px;

}



.cta-content p{

font-size:16px;

}



.footer{

padding-top:50px;

}


}